Html Css Color HEX #CEF672 Sulu

📋 copy color: '#CEF672'

red 206 ◦ green 246 ◦ blue 114

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

Shades of Sulu #CEF672

Tints of Sulu #CEF672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.46%

 BLUE value IS 114 (44.92% from 255) = 20.14%

R = 36.4%
G = 43.46%
B = 20.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#CEF672 (or 0xCEF672) is known color: Sulu. HEX triplet: CE, F6 and 72. RGB value is (206,246,114). Sum of RGB (Red+Green+Blue) = 206+246+114=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 246 (96.48% from 255 or 43.46% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF672 is #31098D. Grayscale: #DBDBDB. Windows color (decimal): -3213710 or 7534286. OLE color: 7534286.

HSL color Cylindrical-coordinate representation of color #CEF672: hue angle of 78.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEF672 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 246 114 -
CMYK 0.16 0 0.54 0.04
HSL 78.18º 0.88% 0.71% -
HSV(B) 78.18º 0.54% 0.96% -
XYZ 61.45 80.25 28.17 -
YUV 218.99 68.75 118.73 -
System Red Green Blue C M Y K H S L
Decimal 206 246 114 0.16 0 0.54 0.04 78.18 0.88 0.71
Hex CE F6 72 10 0 36 4 4E 58 47
Octal 316 366 162 20 0 66 4 116 130 107
Binary 11001110 11110110 1110010 10000 0 110110 100 1001110 1011000 1000111

Color Harmonies of #CEF672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF672

Black with #CEF672

Text Example


Text Example

White with #CEF672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF672; }

 p { color: rgb(206,246,114); }

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

background-color css

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

 a { background-color: rgb(206,246,114); }

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

border-color css

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

 span { border-color: rgb(206,246,114); }

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