Html Css Color HEX #CEFA7E Sulu

📋 copy color: '#CEFA7E'

red 206 ◦ green 250 ◦ blue 126

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

Shades of Sulu #CEFA7E

Tints of Sulu #CEFA7E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.96%

 BLUE value IS 126 (49.61% from 255) = 21.65%

R = 35.4%
G = 42.96%
B = 21.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#CEFA7E (or 0xCEFA7E) is known color: Sulu. HEX triplet: CE, FA and 7E. RGB value is (206,250,126). Sum of RGB (Red+Green+Blue) = 206+250+126=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 250 (98.05% from 255 or 42.96% from 582); Blue value is 126 (49.61% from 255 or 21.65% from 582); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEFA7E is #310581. Grayscale: #DFDFDF. Windows color (decimal): -3212674 or 8321742. OLE color: 8321742.

HSL color Cylindrical-coordinate representation of color #CEFA7E: hue angle of 81.29º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEFA7E is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 126 -
CMYK 0.18 0 0.50 0.02
HSL 81.29º 0.93% 0.74% -
HSV(B) 81.29º 0.5% 0.98% -
XYZ 63.41 83 32.42 -
YUV 222.71 73.42 116.08 -
System Red Green Blue C M Y K H S L
Decimal 206 250 126 0.18 0 0.50 0.02 81.29 0.93 0.74
Hex CE FA 7E 12 0 32 2 51 5D 4A
Octal 316 372 176 22 0 62 2 121 135 112
Binary 11001110 11111010 1111110 10010 0 110010 10 1010001 1011101 1001010

Color Harmonies of #CEFA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFA7E

Black with #CEFA7E

Text Example


Text Example

White with #CEFA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFA7E; }

 p { color: rgb(206,250,126); }

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

background-color css

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

 a { background-color: rgb(206,250,126); }

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

border-color css

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

 span { border-color: rgb(206,250,126); }

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