Html Css Color HEX #CEE94B Las Palmas

📋 copy color: '#CEE94B'

red 206 ◦ green 233 ◦ blue 75

#CEE94B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CEE94B

Tints of Las Palmas #CEE94B

RGB

 RED value IS 206 (80.86% from 255) = 40.08%

 GREEN value IS 233 (91.41% from 255) = 45.33%

 BLUE value IS 75 (29.69% from 255) = 14.59%

R = 40.08%
G = 45.33%
B = 14.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEE94B (or 0xCEE94B) is known color: Las Palmas. HEX triplet: CE, E9 and 4B. RGB value is (206,233,75). Sum of RGB (Red+Green+Blue) = 206+233+75=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 75 (29.69% from 255 or 14.59% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #CEE94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE94B is #3116B4. Grayscale: #CFCFCF. Windows color (decimal): -3217077 or 4975054. OLE color: 4975054.

HSL color Cylindrical-coordinate representation of color #CEE94B: hue angle of 70.25º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEE94B is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 233 75 -
CMYK 0.12 0 0.68 0.09
HSL 70.25º 0.78% 0.6% -
HSV(B) 70.25º 0.68% 0.91% -
XYZ 55.86 71.91 17.59 -
YUV 206.92 53.55 127.35 -
System Red Green Blue C M Y K H S L
Decimal 206 233 75 0.12 0 0.68 0.09 70.25 0.78 0.6
Hex CE E9 4B C 0 44 9 46 4E 3C
Octal 316 351 113 14 0 104 11 106 116 74
Binary 11001110 11101001 1001011 1100 0 1000100 1001 1000110 1001110 111100

Color Harmonies of #CEE94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE94B

Black with #CEE94B

Text Example


Text Example

White with #CEE94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE94B; }

 p { color: rgb(206,233,75); }

 H1.HeaderClassName
 {
   color: #CEE94B;
 }
 .AnyTagClassName
 {
   color: #CEE94B;
 }
</style>

background-color css

<style>
 a { background-color: #CEE94B; }

 a { background-color: rgb(206,233,75); }

 div.DivClassName
 {
   background-color: #CEE94B;
 }
 .BgClassName
 {
   background-color: #CEE94B;
 }
</style>

border-color css

<style>
 span { border-color: #CEE94B; }

 span { border-color: rgb(206,233,75); }

 td.TdClassName
 {
   border-color: #CEE94B;
 }
 .TagClassName
 {
   border-color: #CEE94B;
 }
</style>