Html Css Color HEX #CEF975 Sulu

📋 copy color: '#CEF975'

red 206 ◦ green 249 ◦ blue 117

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

Shades of Sulu #CEF975

Tints of Sulu #CEF975

RGB

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

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

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

R = 36.01%
G = 43.53%
B = 20.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#CEF975 (or 0xCEF975) is known color: Sulu. HEX triplet: CE, F9 and 75. RGB value is (206,249,117). Sum of RGB (Red+Green+Blue) = 206+249+117=572 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.01% from 572); Green value is 249 (97.66% from 255 or 43.53% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF975 is #31068A. Grayscale: #DDDDDD. Windows color (decimal): -3212939 or 7731662. OLE color: 7731662.

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

Color convert

RGB 206 249 117 -
CMYK 0.17 0 0.53 0.02
HSL 79.55º 0.92% 0.72% -
HSV(B) 79.55º 0.53% 0.98% -
XYZ 62.54 82.16 29.39 -
YUV 221.1 69.25 117.23 -
System Red Green Blue C M Y K H S L
Decimal 206 249 117 0.17 0 0.53 0.02 79.55 0.92 0.72
Hex CE F9 75 11 0 35 2 50 5C 48
Octal 316 371 165 21 0 65 2 120 134 110
Binary 11001110 11111001 1110101 10001 0 110101 10 1010000 1011100 1001000

Color Harmonies of #CEF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF975

Black with #CEF975

Text Example


Text Example

White with #CEF975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF975; }

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

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

background-color css

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

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

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

border-color css

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

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

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