Html Css Color HEX #CEF085 Sulu

📋 copy color: '#CEF085'

red 206 ◦ green 240 ◦ blue 133

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

Shades of Sulu #CEF085

Tints of Sulu #CEF085

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.45%

 BLUE value IS 133 (52.34% from 255) = 22.97%

R = 35.58%
G = 41.45%
B = 22.97%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#CEF085 (or 0xCEF085) is known color: Sulu. HEX triplet: CE, F0 and 85. RGB value is (206,240,133). Sum of RGB (Red+Green+Blue) = 206+240+133=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 133 (52.34% from 255 or 22.97% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF085 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF085 is #310F7A. Grayscale: #DADADA. Windows color (decimal): -3215227 or 8777934. OLE color: 8777934.

HSL color Cylindrical-coordinate representation of color #CEF085: hue angle of 79.07º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CEF085 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 133 -
CMYK 0.14 0 0.45 0.06
HSL 79.07º 0.78% 0.73% -
HSV(B) 79.07º 0.45% 0.94% -
XYZ 60.85 77.14 33.87 -
YUV 217.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 206 240 133 0.14 0 0.45 0.06 79.07 0.78 0.73
Hex CE F0 85 E 0 2D 6 4F 4E 49
Octal 316 360 205 16 0 55 6 117 116 111
Binary 11001110 11110000 10000101 1110 0 101101 110 1001111 1001110 1001001

Color Harmonies of #CEF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF085

Black with #CEF085

Text Example


Text Example

White with #CEF085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF085; }

 p { color: rgb(206,240,133); }

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

background-color css

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

 a { background-color: rgb(206,240,133); }

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

border-color css

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

 span { border-color: rgb(206,240,133); }

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