Html Css Color HEX #CFE05F Mindaro

📋 copy color: '#CFE05F'

red 207 ◦ green 224 ◦ blue 95

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

Shades of Mindaro #CFE05F

Tints of Mindaro #CFE05F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.59%

 BLUE value IS 95 (37.5% from 255) = 18.06%

R = 39.35%
G = 42.59%
B = 18.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#CFE05F (or 0xCFE05F) is known color: Mindaro. HEX triplet: CF, E0 and 5F. RGB value is (207,224,95). Sum of RGB (Red+Green+Blue) = 207+224+95=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 95 (37.5% from 255 or 18.06% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE05F is #301FA0. Grayscale: #CCCCCC. Windows color (decimal): -3153825 or 6283471. OLE color: 6283471.

HSL color Cylindrical-coordinate representation of color #CFE05F: hue angle of 67.91º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFE05F is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 224 95 -
CMYK 0.08 0 0.58 0.12
HSL 67.91º 0.68% 0.63% -
HSV(B) 67.91º 0.58% 0.88% -
XYZ 54.45 67.4 20.97 -
YUV 204.21 66.37 129.99 -
System Red Green Blue C M Y K H S L
Decimal 207 224 95 0.08 0 0.58 0.12 67.91 0.68 0.63
Hex CF E0 5F 8 0 3A C 44 44 3F
Octal 317 340 137 10 0 72 14 104 104 77
Binary 11001111 11100000 1011111 1000 0 111010 1100 1000100 1000100 111111

Color Harmonies of #CFE05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE05F

Black with #CFE05F

Text Example


Text Example

White with #CFE05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE05F; }

 p { color: rgb(207,224,95); }

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

background-color css

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

 a { background-color: rgb(207,224,95); }

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

border-color css

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

 span { border-color: rgb(207,224,95); }

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