Html Css Color HEX #CFE05E Mindaro

📋 copy color: '#CFE05E'

red 207 ◦ green 224 ◦ blue 94

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

Shades of Mindaro #CFE05E

Tints of Mindaro #CFE05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.9%

R = 39.43%
G = 42.67%
B = 17.9%

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

#CFE05E (or 0xCFE05E) is known color: Mindaro. HEX triplet: CF, E0 and 5E. RGB value is (207,224,94). Sum of RGB (Red+Green+Blue) = 207+224+94=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE05E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE05E is #301FA1. Grayscale: #CCCCCC. Windows color (decimal): -3153826 or 6217935. OLE color: 6217935.

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

Color convert

RGB 207 224 94 -
CMYK 0.08 0 0.58 0.12
HSL 67.85º 0.68% 0.62% -
HSV(B) 67.85º 0.58% 0.88% -
XYZ 54.41 67.38 20.73 -
YUV 204.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 207 224 94 0.08 0 0.58 0.12 67.85 0.68 0.62
Hex CF E0 5E 8 0 3A C 44 44 3E
Octal 317 340 136 10 0 72 14 104 104 76
Binary 11001111 11100000 1011110 1000 0 111010 1100 1000100 1000100 111110

Color Harmonies of #CFE05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE05E

Black with #CFE05E

Text Example


Text Example

White with #CFE05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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