Html Css Color HEX #CFE96F Mindaro

📋 copy color: '#CFE96F'

red 207 ◦ green 233 ◦ blue 111

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

Shades of Mindaro #CFE96F

Tints of Mindaro #CFE96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.15%

R = 37.57%
G = 42.29%
B = 20.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#CFE96F (or 0xCFE96F) is known color: Mindaro. HEX triplet: CF, E9 and 6F. RGB value is (207,233,111). Sum of RGB (Red+Green+Blue) = 207+233+111=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE96F is #301690. Grayscale: #D3D3D3. Windows color (decimal): -3151505 or 7334351. OLE color: 7334351.

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

Color convert

RGB 207 233 111 -
CMYK 0.11 0 0.52 0.09
HSL 72.79º 0.73% 0.67% -
HSV(B) 72.79º 0.52% 0.91% -
XYZ 57.74 72.69 26.03 -
YUV 211.32 71.39 124.92 -
System Red Green Blue C M Y K H S L
Decimal 207 233 111 0.11 0 0.52 0.09 72.79 0.73 0.67
Hex CF E9 6F B 0 34 9 49 49 43
Octal 317 351 157 13 0 64 11 111 111 103
Binary 11001111 11101001 1101111 1011 0 110100 1001 1001001 1001001 1000011

Color Harmonies of #CFE96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE96F

Black with #CFE96F

Text Example


Text Example

White with #CFE96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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