Html Css Color HEX #CEF385 Sulu

📋 copy color: '#CEF385'

red 206 ◦ green 243 ◦ blue 133

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

Shades of Sulu #CEF385

Tints of Sulu #CEF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.75%

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

R = 35.4%
G = 41.75%
B = 22.85%

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

#CEF385 (or 0xCEF385) is known color: Sulu. HEX triplet: CE, F3 and 85. RGB value is (206,243,133). Sum of RGB (Red+Green+Blue) = 206+243+133=582 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.40% from 582); Green value is 243 (95.31% from 255 or 41.75% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF385 is #310C7A. Grayscale: #DBDBDB. Windows color (decimal): -3214459 or 8778702. OLE color: 8778702.

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

Color convert

RGB 206 243 133 -
CMYK 0.15 0 0.45 0.05
HSL 80.18º 0.82% 0.74% -
HSV(B) 80.18º 0.45% 0.95% -
XYZ 61.74 78.92 34.17 -
YUV 219.4 79.24 118.44 -
System Red Green Blue C M Y K H S L
Decimal 206 243 133 0.15 0 0.45 0.05 80.18 0.82 0.74
Hex CE F3 85 F 0 2D 5 50 52 4A
Octal 316 363 205 17 0 55 5 120 122 112
Binary 11001110 11110011 10000101 1111 0 101101 101 1010000 1010010 1001010

Color Harmonies of #CEF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF385

Black with #CEF385

Text Example


Text Example

White with #CEF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF385; }

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

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

background-color css

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

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

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

border-color css

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

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

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