Html Css Color HEX #CEF973 Sulu

📋 copy color: '#CEF973'

red 206 ◦ green 249 ◦ blue 115

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

Shades of Sulu #CEF973

Tints of Sulu #CEF973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.18%

R = 36.14%
G = 43.68%
B = 20.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#CEF973 (or 0xCEF973) is known color: Sulu. HEX triplet: CE, F9 and 73. RGB value is (206,249,115). Sum of RGB (Red+Green+Blue) = 206+249+115=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 115 (45.31% from 255 or 20.18% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CEF973 is #31068C. Grayscale: #DDDDDD. Windows color (decimal): -3212941 or 7600590. OLE color: 7600590.

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

Color convert

RGB 206 249 115 -
CMYK 0.17 0 0.54 0.02
HSL 79.25º 0.92% 0.71% -
HSV(B) 79.25º 0.54% 0.98% -
XYZ 62.42 82.11 28.78 -
YUV 220.87 68.25 117.4 -
System Red Green Blue C M Y K H S L
Decimal 206 249 115 0.17 0 0.54 0.02 79.25 0.92 0.71
Hex CE F9 73 11 0 36 2 4F 5C 47
Octal 316 371 163 21 0 66 2 117 134 107
Binary 11001110 11111001 1110011 10001 0 110110 10 1001111 1011100 1000111

Color Harmonies of #CEF973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF973

Black with #CEF973

Text Example


Text Example

White with #CEF973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF973; }

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

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

background-color css

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

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

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

border-color css

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

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

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