Html Css Color HEX #CEF07F Sulu

📋 copy color: '#CEF07F'

red 206 ◦ green 240 ◦ blue 127

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

Shades of Sulu #CEF07F

Tints of Sulu #CEF07F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.88%

 BLUE value IS 127 (50% from 255) = 22.16%

R = 35.95%
G = 41.88%
B = 22.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#CEF07F (or 0xCEF07F) is known color: Sulu. HEX triplet: CE, F0 and 7F. RGB value is (206,240,127). Sum of RGB (Red+Green+Blue) = 206+240+127=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 240 (94.14% from 255 or 41.88% from 573); Blue value is 127 (50% from 255 or 22.16% from 573); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF07F is #310F80. Grayscale: #D9D9D9. Windows color (decimal): -3215233 or 8384718. OLE color: 8384718.

HSL color Cylindrical-coordinate representation of color #CEF07F: hue angle of 78.05º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CEF07F is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 127 -
CMYK 0.14 0 0.47 0.06
HSL 78.05º 0.79% 0.72% -
HSV(B) 78.05º 0.47% 0.94% -
XYZ 60.44 76.97 31.75 -
YUV 216.95 77.24 120.19 -
System Red Green Blue C M Y K H S L
Decimal 206 240 127 0.14 0 0.47 0.06 78.05 0.79 0.72
Hex CE F0 7F E 0 2F 6 4E 4F 48
Octal 316 360 177 16 0 57 6 116 117 110
Binary 11001110 11110000 1111111 1110 0 101111 110 1001110 1001111 1001000

Color Harmonies of #CEF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF07F

Black with #CEF07F

Text Example


Text Example

White with #CEF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF07F; }

 p { color: rgb(206,240,127); }

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

background-color css

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

 a { background-color: rgb(206,240,127); }

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

border-color css

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

 span { border-color: rgb(206,240,127); }

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