Html Css Color HEX #CFE96A Mindaro

📋 copy color: '#CFE96A'

red 207 ◦ green 233 ◦ blue 106

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

Shades of Mindaro #CFE96A

Tints of Mindaro #CFE96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.41%

R = 37.91%
G = 42.67%
B = 19.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#CFE96A (or 0xCFE96A) is known color: Mindaro. HEX triplet: CF, E9 and 6A. RGB value is (207,233,106). Sum of RGB (Red+Green+Blue) = 207+233+106=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE96A is #301695. Grayscale: #D3D3D3. Windows color (decimal): -3151510 or 7006671. OLE color: 7006671.

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

Color convert

RGB 207 233 106 -
CMYK 0.11 0 0.55 0.09
HSL 72.28º 0.74% 0.66% -
HSV(B) 72.28º 0.55% 0.91% -
XYZ 57.47 72.58 24.62 -
YUV 210.75 68.89 125.33 -
System Red Green Blue C M Y K H S L
Decimal 207 233 106 0.11 0 0.55 0.09 72.28 0.74 0.66
Hex CF E9 6A B 0 37 9 48 4A 42
Octal 317 351 152 13 0 67 11 110 112 102
Binary 11001111 11101001 1101010 1011 0 110111 1001 1001000 1001010 1000010

Color Harmonies of #CFE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE96A

Black with #CFE96A

Text Example


Text Example

White with #CFE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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