Html Css Color HEX #CFE952 Mindaro

📋 copy color: '#CFE952'

red 207 ◦ green 233 ◦ blue 82

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

Shades of Mindaro #CFE952

Tints of Mindaro #CFE952

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.64%

 BLUE value IS 82 (32.42% from 255) = 15.71%

R = 39.66%
G = 44.64%
B = 15.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#CFE952 (or 0xCFE952) is known color: Mindaro. HEX triplet: CF, E9 and 52. RGB value is (207,233,82). Sum of RGB (Red+Green+Blue) = 207+233+82=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 233 (91.41% from 255 or 44.64% from 522); Blue value is 82 (32.42% from 255 or 15.71% from 522); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE952 is #3016AD. Grayscale: #D0D0D0. Windows color (decimal): -3151534 or 5433807. OLE color: 5433807.

HSL color Cylindrical-coordinate representation of color #CFE952: hue angle of 70.33º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFE952 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 82 -
CMYK 0.11 0 0.65 0.09
HSL 70.33º 0.77% 0.62% -
HSV(B) 70.33º 0.65% 0.91% -
XYZ 56.39 72.15 18.94 -
YUV 208.01 56.89 127.28 -
System Red Green Blue C M Y K H S L
Decimal 207 233 82 0.11 0 0.65 0.09 70.33 0.77 0.62
Hex CF E9 52 B 0 41 9 46 4D 3E
Octal 317 351 122 13 0 101 11 106 115 76
Binary 11001111 11101001 1010010 1011 0 1000001 1001 1000110 1001101 111110

Color Harmonies of #CFE952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE952

Black with #CFE952

Text Example


Text Example

White with #CFE952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE952; }

 p { color: rgb(207,233,82); }

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

background-color css

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

 a { background-color: rgb(207,233,82); }

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

border-color css

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

 span { border-color: rgb(207,233,82); }

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