Html Css Color HEX #CFE384 Sulu

📋 copy color: '#CFE384'

red 207 ◦ green 227 ◦ blue 132

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

Shades of Sulu #CFE384

Tints of Sulu #CFE384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.32%

R = 36.57%
G = 40.11%
B = 23.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#CFE384 (or 0xCFE384) is known color: Sulu. HEX triplet: CF, E3 and 84. RGB value is (207,227,132). Sum of RGB (Red+Green+Blue) = 207+227+132=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 227 (89.06% from 255 or 40.11% from 566); Blue value is 132 (51.95% from 255 or 23.32% from 566); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE384 is #301C7B. Grayscale: #D2D2D2. Windows color (decimal): -3153020 or 8709071. OLE color: 8709071.

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

Color convert

RGB 207 227 132 -
CMYK 0.09 0 0.42 0.11
HSL 72.63º 0.63% 0.7% -
HSV(B) 72.63º 0.42% 0.89% -
XYZ 57.37 69.87 32.29 -
YUV 210.19 83.87 125.72 -
System Red Green Blue C M Y K H S L
Decimal 207 227 132 0.09 0 0.42 0.11 72.63 0.63 0.7
Hex CF E3 84 9 0 2A B 49 3F 46
Octal 317 343 204 11 0 52 13 111 77 106
Binary 11001111 11100011 10000100 1001 0 101010 1011 1001001 111111 1000110

Color Harmonies of #CFE384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE384

Black with #CFE384

Text Example


Text Example

White with #CFE384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE384; }

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

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

background-color css

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

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

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

border-color css

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

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

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