Html Css Color HEX #CEF185 Sulu

📋 copy color: '#CEF185'

red 206 ◦ green 241 ◦ blue 133

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

Shades of Sulu #CEF185

Tints of Sulu #CEF185

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

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

R = 35.52%
G = 41.55%
B = 22.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#CEF185 (or 0xCEF185) is known color: Sulu. HEX triplet: CE, F1 and 85. RGB value is (206,241,133). Sum of RGB (Red+Green+Blue) = 206+241+133=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF185 is #310E7A. Grayscale: #DADADA. Windows color (decimal): -3214971 or 8778190. OLE color: 8778190.

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

Color convert

RGB 206 241 133 -
CMYK 0.15 0 0.45 0.05
HSL 79.44º 0.79% 0.73% -
HSV(B) 79.44º 0.45% 0.95% -
XYZ 61.14 77.73 33.97 -
YUV 218.22 79.9 119.28 -
System Red Green Blue C M Y K H S L
Decimal 206 241 133 0.15 0 0.45 0.05 79.44 0.79 0.73
Hex CE F1 85 F 0 2D 5 4F 4F 49
Octal 316 361 205 17 0 55 5 117 117 111
Binary 11001110 11110001 10000101 1111 0 101101 101 1001111 1001111 1001001

Color Harmonies of #CEF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF185

Black with #CEF185

Text Example


Text Example

White with #CEF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF185; }

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

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

background-color css

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

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

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

border-color css

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

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

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