Html Css Color HEX #CFE385 Sulu

📋 copy color: '#CFE385'

red 207 ◦ green 227 ◦ blue 133

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

Shades of Sulu #CFE385

Tints of Sulu #CFE385

RGB

 RED value IS 207 (81.25% from 255) = 36.51%

 GREEN value IS 227 (89.06% from 255) = 40.04%

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

R = 36.51%
G = 40.04%
B = 23.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#CFE385 (or 0xCFE385) is known color: Sulu. HEX triplet: CF, E3 and 85. RGB value is (207,227,133). Sum of RGB (Red+Green+Blue) = 207+227+133=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 227 (89.06% from 255 or 40.04% from 567); Blue value is 133 (52.34% from 255 or 23.46% from 567); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE385 is #301C7A. Grayscale: #D2D2D2. Windows color (decimal): -3153019 or 8774607. OLE color: 8774607.

HSL color Cylindrical-coordinate representation of color #CFE385: hue angle of 72.77º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFE385 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 133 -
CMYK 0.09 0 0.41 0.11
HSL 72.77º 0.63% 0.71% -
HSV(B) 72.77º 0.41% 0.89% -
XYZ 57.43 69.9 32.65 -
YUV 210.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 207 227 133 0.09 0 0.41 0.11 72.77 0.63 0.71
Hex CF E3 85 9 0 29 B 49 3F 47
Octal 317 343 205 11 0 51 13 111 77 107
Binary 11001111 11100011 10000101 1001 0 101001 1011 1001001 111111 1000111

Color Harmonies of #CFE385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE385

Black with #CFE385

Text Example


Text Example

White with #CFE385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE385; }

 p { color: rgb(207,227,133); }

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

background-color css

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

 a { background-color: rgb(207,227,133); }

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

border-color css

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

 span { border-color: rgb(207,227,133); }

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