Html Css Color HEX #CEF275 Sulu

📋 copy color: '#CEF275'

red 206 ◦ green 242 ◦ blue 117

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

Shades of Sulu #CEF275

Tints of Sulu #CEF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.83%

 BLUE value IS 117 (46.09% from 255) = 20.71%

R = 36.46%
G = 42.83%
B = 20.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#CEF275 (or 0xCEF275) is known color: Sulu. HEX triplet: CE, F2 and 75. RGB value is (206,242,117). Sum of RGB (Red+Green+Blue) = 206+242+117=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 242 (94.92% from 255 or 42.83% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF275 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF275 is #310D8A. Grayscale: #D9D9D9. Windows color (decimal): -3214731 or 7729870. OLE color: 7729870.

HSL color Cylindrical-coordinate representation of color #CEF275: hue angle of 77.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CEF275 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 117 -
CMYK 0.15 0 0.52 0.05
HSL 77.28º 0.83% 0.7% -
HSV(B) 77.28º 0.52% 0.95% -
XYZ 60.42 77.91 28.68 -
YUV 216.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 206 242 117 0.15 0 0.52 0.05 77.28 0.83 0.7
Hex CE F2 75 F 0 34 5 4D 53 46
Octal 316 362 165 17 0 64 5 115 123 106
Binary 11001110 11110010 1110101 1111 0 110100 101 1001101 1010011 1000110

Color Harmonies of #CEF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF275

Black with #CEF275

Text Example


Text Example

White with #CEF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF275; }

 p { color: rgb(206,242,117); }

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

background-color css

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

 a { background-color: rgb(206,242,117); }

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

border-color css

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

 span { border-color: rgb(206,242,117); }

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