Html Css Color HEX #CEF970 Sulu

📋 copy color: '#CEF970'

red 206 ◦ green 249 ◦ blue 112

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

Shades of Sulu #CEF970

Tints of Sulu #CEF970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.75%

R = 36.33%
G = 43.92%
B = 19.75%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#CEF970 (or 0xCEF970) is known color: Sulu. HEX triplet: CE, F9 and 70. RGB value is (206,249,112). Sum of RGB (Red+Green+Blue) = 206+249+112=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF970 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF970 is #31068F. Grayscale: #DDDDDD. Windows color (decimal): -3212944 or 7403982. OLE color: 7403982.

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

Color convert

RGB 206 249 112 -
CMYK 0.17 0 0.55 0.02
HSL 78.83º 0.92% 0.71% -
HSV(B) 78.83º 0.55% 0.98% -
XYZ 62.25 82.04 27.88 -
YUV 220.53 66.75 117.64 -
System Red Green Blue C M Y K H S L
Decimal 206 249 112 0.17 0 0.55 0.02 78.83 0.92 0.71
Hex CE F9 70 11 0 37 2 4F 5C 47
Octal 316 371 160 21 0 67 2 117 134 107
Binary 11001110 11111001 1110000 10001 0 110111 10 1001111 1011100 1000111

Color Harmonies of #CEF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF970

Black with #CEF970

Text Example


Text Example

White with #CEF970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF970; }

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

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

background-color css

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

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

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

border-color css

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

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

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