Html Css Color HEX #CFE27D Sulu

📋 copy color: '#CFE27D'

red 207 ◦ green 226 ◦ blue 125

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

Shades of Sulu #CFE27D

Tints of Sulu #CFE27D

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.5%

 BLUE value IS 125 (49.22% from 255) = 22.4%

R = 37.1%
G = 40.5%
B = 22.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#CFE27D (or 0xCFE27D) is known color: Sulu. HEX triplet: CF, E2 and 7D. RGB value is (207,226,125). Sum of RGB (Red+Green+Blue) = 207+226+125=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 125 (49.22% from 255 or 22.40% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE27D is #301D82. Grayscale: #D1D1D1. Windows color (decimal): -3153283 or 8250063. OLE color: 8250063.

HSL color Cylindrical-coordinate representation of color #CFE27D: hue angle of 71.29º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFE27D is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 226 125 -
CMYK 0.08 0 0.45 0.11
HSL 71.29º 0.64% 0.69% -
HSV(B) 71.29º 0.45% 0.89% -
XYZ 56.63 69.14 29.76 -
YUV 208.81 80.71 126.71 -
System Red Green Blue C M Y K H S L
Decimal 207 226 125 0.08 0 0.45 0.11 71.29 0.64 0.69
Hex CF E2 7D 8 0 2D B 47 40 45
Octal 317 342 175 10 0 55 13 107 100 105
Binary 11001111 11100010 1111101 1000 0 101101 1011 1000111 1000000 1000101

Color Harmonies of #CFE27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE27D

Black with #CFE27D

Text Example


Text Example

White with #CFE27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE27D; }

 p { color: rgb(207,226,125); }

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

background-color css

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

 a { background-color: rgb(207,226,125); }

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

border-color css

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

 span { border-color: rgb(207,226,125); }

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