Html Css Color HEX #CFE95C Mindaro

📋 copy color: '#CFE95C'

red 207 ◦ green 233 ◦ blue 92

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

Shades of Mindaro #CFE95C

Tints of Mindaro #CFE95C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.29%

R = 38.91%
G = 43.8%
B = 17.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#CFE95C (or 0xCFE95C) is known color: Mindaro. HEX triplet: CF, E9 and 5C. RGB value is (207,233,92). Sum of RGB (Red+Green+Blue) = 207+233+92=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 92 (36.33% from 255 or 17.29% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE95C is #3016A3. Grayscale: #D1D1D1. Windows color (decimal): -3151524 or 6089167. OLE color: 6089167.

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

Color convert

RGB 207 233 92 -
CMYK 0.11 0 0.61 0.09
HSL 71.06º 0.76% 0.64% -
HSV(B) 71.06º 0.61% 0.91% -
XYZ 56.8 72.32 21.09 -
YUV 209.15 61.89 126.46 -
System Red Green Blue C M Y K H S L
Decimal 207 233 92 0.11 0 0.61 0.09 71.06 0.76 0.64
Hex CF E9 5C B 0 3D 9 47 4C 40
Octal 317 351 134 13 0 75 11 107 114 100
Binary 11001111 11101001 1011100 1011 0 111101 1001 1000111 1001100 1000000

Color Harmonies of #CFE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE95C

Black with #CFE95C

Text Example


Text Example

White with #CFE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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