Html Css Color HEX #CFE18D Sulu

📋 copy color: '#CFE18D'

red 207 ◦ green 225 ◦ blue 141

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

Shades of Sulu #CFE18D

Tints of Sulu #CFE18D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.27%

 BLUE value IS 141 (55.47% from 255) = 24.61%

R = 36.13%
G = 39.27%
B = 24.61%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#CFE18D (or 0xCFE18D) is known color: Sulu. HEX triplet: CF, E1 and 8D. RGB value is (207,225,141). Sum of RGB (Red+Green+Blue) = 207+225+141=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 141 (55.47% from 255 or 24.61% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE18D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE18D is #301E72. Grayscale: #D2D2D2. Windows color (decimal): -3153523 or 9298383. OLE color: 9298383.

HSL color Cylindrical-coordinate representation of color #CFE18D: hue angle of 72.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE18D is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 141 -
CMYK 0.08 0 0.37 0.12
HSL 72.86º 0.58% 0.72% -
HSV(B) 72.86º 0.37% 0.88% -
XYZ 57.47 69.04 35.5 -
YUV 210.04 89.04 125.83 -
System Red Green Blue C M Y K H S L
Decimal 207 225 141 0.08 0 0.37 0.12 72.86 0.58 0.72
Hex CF E1 8D 8 0 25 C 49 3A 48
Octal 317 341 215 10 0 45 14 111 72 110
Binary 11001111 11100001 10001101 1000 0 100101 1100 1001001 111010 1001000

Color Harmonies of #CFE18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE18D

Black with #CFE18D

Text Example


Text Example

White with #CFE18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE18D; }

 p { color: rgb(207,225,141); }

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

background-color css

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

 a { background-color: rgb(207,225,141); }

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

border-color css

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

 span { border-color: rgb(207,225,141); }

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