Html Css Color HEX #CEF97F Sulu

📋 copy color: '#CEF97F'

red 206 ◦ green 249 ◦ blue 127

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

Shades of Sulu #CEF97F

Tints of Sulu #CEF97F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.78%

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

R = 35.4%
G = 42.78%
B = 21.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#CEF97F (or 0xCEF97F) is known color: Sulu. HEX triplet: CE, F9 and 7F. RGB value is (206,249,127). Sum of RGB (Red+Green+Blue) = 206+249+127=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 249 (97.66% from 255 or 42.78% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF97F is #310680. Grayscale: #DEDEDE. Windows color (decimal): -3212929 or 8387022. OLE color: 8387022.

HSL color Cylindrical-coordinate representation of color #CEF97F: hue angle of 81.15º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CEF97F is Cyan = 0.17, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 249 127 -
CMYK 0.17 0 0.49 0.02
HSL 81.15º 0.91% 0.74% -
HSV(B) 81.15º 0.49% 0.98% -
XYZ 63.16 82.41 32.66 -
YUV 222.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 206 249 127 0.17 0 0.49 0.02 81.15 0.91 0.74
Hex CE F9 7F 11 0 31 2 51 5B 4A
Octal 316 371 177 21 0 61 2 121 133 112
Binary 11001110 11111001 1111111 10001 0 110001 10 1010001 1011011 1001010

Color Harmonies of #CEF97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF97F

Black with #CEF97F

Text Example


Text Example

White with #CEF97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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